POV-Ray : Newsgroups : povray.binaries.images : IsoCactus - IsoCacti.JPG (1/1) : Re: IsoCactus - IsoCacti.JPG (1/1) Server Time
3 Oct 2024 09:25:46 EDT (-0400)
  Re: IsoCactus - IsoCacti.JPG (1/1)  
From: Chris Huff
Date: 24 Feb 2000 15:42:30
Message: <chrishuff_99-00EEB8.15435524022000@news.povray.org>
In article <38b53386@news.povray.org>, "Bill DeWitt" 
<the### [at] earthlinknet> wrote:

> Looks great how it is but you are right, just a little bit of 
> texturing would go a long way on this. I am just baffled at how this 
> is one IsoSurface! I suspect that there is some sort of a sin()/cos() 
> thing going on, but dang if I can figger it.
> 
> There is a -lot- more to IsoSurface than I will ever be able to learn.

function {
   sqrt(
      sqr(x)
      + sqr(y-sqrt(sqr(x/2)+sqr(z/2))*1.5)
      + sqr(z)
   ) - 1
   - (sin(TH(x, y, z)*18)*0.1)//This is what makes the ridges
}

I will post the complete source in povray.text.scene-files after I clean 
it up a little.

-- 
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.